home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / spidr100 / setup.arv / HASHTEST.DFM / HASHTEST.txt
Encoding:
Text File  |  1996-09-15  |  1.5 KB  |  81 lines

  1. object HashTableForm: THashTableForm
  2.   Left = 232
  3.   Top = 128
  4.   Width = 560
  5.   Height = 352
  6.   Caption = 'Hash & String Table Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 120
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 20
  19.   object ItemCount: TLabel
  20.     Left = 316
  21.     Top = 16
  22.     Width = 93
  23.     Height = 20
  24.     Alignment = taRightJustify
  25.   end
  26.   object ListBox: TListBox
  27.     Left = 8
  28.     Top = 40
  29.     Width = 401
  30.     Height = 257
  31.     Enabled = False
  32.     ItemHeight = 20
  33.     TabOrder = 5
  34.   end
  35.   object AddButton: TButton
  36.     Left = 440
  37.     Top = 40
  38.     Width = 97
  39.     Height = 33
  40.     Caption = '&Add'
  41.     TabOrder = 0
  42.     OnClick = AddButtonClick
  43.   end
  44.   object SearchButton: TButton
  45.     Left = 440
  46.     Top = 208
  47.     Width = 97
  48.     Height = 33
  49.     Caption = '&Search'
  50.     TabOrder = 3
  51.     OnClick = SearchButtonClick
  52.   end
  53.   object DeleteButton: TButton
  54.     Left = 440
  55.     Top = 152
  56.     Width = 97
  57.     Height = 33
  58.     Caption = '&Delete'
  59.     TabOrder = 2
  60.     OnClick = DeleteButtonClick
  61.   end
  62.   object ClearButton: TButton
  63.     Left = 440
  64.     Top = 264
  65.     Width = 97
  66.     Height = 33
  67.     Caption = '&Clear'
  68.     TabOrder = 4
  69.     OnClick = ClearButtonClick
  70.   end
  71.   object LoadButton: TButton
  72.     Left = 440
  73.     Top = 96
  74.     Width = 97
  75.     Height = 33
  76.     Caption = '&Load'
  77.     TabOrder = 1
  78.     OnClick = LoadButtonClick
  79.   end
  80. end
  81.